Appearance
Solidity API
PropsTokenSplitStorage
Library for managing storage of ERC1155 token split addresses
STORAGE_SLOT
solidity
bytes32 STORAGE_SLOTUnique storage slot for PropsTokenSplitStorage
Layout
Struct to hold the storage layout for PropsTokenSplitStorage
solidity
struct Layout {
mapping(uint256 => address) tokenSplit;
}layout
solidity
function layout() internal pure returns (struct PropsTokenSplitStorage.Layout l)Function to access the storage layout
Return Values
| Name | Type | Description |
|---|---|---|
| l | struct PropsTokenSplitStorage.Layout | The storage layout struct |