Create delegated listing ABI encoded (v,r,s)(uint8, bytes32, bytes32) typed data signature (EIP712). Caller should be the actual lister.
Nonce (optional).
Create extended delegated listing ABI encoded (v,r,s)(uint8, bytes32, bytes32) typed data signature (EIP712). Caller should be the actual lister.
Data to sign.
ABI encoded typed data signature with nonce (optional).
Creates new asset listing.
Universe ID.
Listing params.
Listing terms.
Creates multiple asset listings.
List of listings.
Creates new asset listing (delegated).
Universe ID.
Listing params.
Listing terms.
Delegated Listing ECDSA signature ABI encoded (v,r,s)(uint8, bytes32, bytes32).
Estimates the gas amount needed for creating new asset listing.
Universe ID.
Listing params.
Listing terms.
Estimates the gas amount needed for creating new asset listing (delegated).
Universe ID.
Listing params.
Listing terms.
Delegated Listing ECDSA signature ABI encoded (v,r,s)(uint8, bytes32, bytes32).
Get the current nonce of lister for delegated listing.
Lister account ID.
Verify delegated listing signature.
Signers account ID.
Typed data signature (EIP712).
True if signature is valid.
Verify extended delegated listing signature.
Signers account ID.
Signature verification data.
Typed data signature (EIP712).
True if signature is valid.
Generated using TypeDoc
Returns the domain separator used in the encoding of the signature for permit, as defined by EIP712.