A representation of an onchain Sponsored Send.
Sponsored Sends should be constructed via higher level abstractions like Transfer.
The underlying Sponsored Send object.
Private
Returns the signature of the typed data.
The hash of the typed data signature.
Returns the Status of the Sponsored Send.
the Status of the Sponsored Send
Returns the Transaction Hash of the Sponsored Send.
The Transaction Hash
Returns the link to the Sponsored Send on the blockchain explorer.
The link to the Sponsored Send on the blockchain explorer
Returns the Keccak256 hash of the typed data. This payload must be signed by the sender to be used as an approval in the EIP-3009 transaction.
The Keccak256 hash of the typed data.
Returns whether the Sponsored Send has been signed.
if the Sponsored Send has been signed.
Returns whether the Sponsored Send is in a terminal State.
Whether the Sponsored Send is in a terminal State
Signs the Sponsored Send with the provided key and returns the hex signature.
The key to sign the Sponsored Send with
The hex-encoded signature
Returns a string representation of the Sponsored Send.
A string representation of the Sponsored Send
A representation of an onchain Sponsored Send.