axelar-gmp-sdk-solidity

Solidity API

StringStorage

Wrapper

struct Wrapper {
  string value;
}

set

function set(bytes32 slot, string value) internal

get

function get(bytes32 slot) internal view returns (string value)

clear

function clear(bytes32 slot) internal

_getStorageStruct

function _getStorageStruct(bytes32 slot) internal pure returns (struct StringStorage.Wrapper wrapper)