T402 API Reference - v2.8.0
    Preparing search index...

    Type Alias ExactEIP3009Payload

    EIP-3009 TransferWithAuthorization payload

    type ExactEIP3009Payload = {
        signature?: Hex;
        authorization: {
            from: Address;
            to: Address;
            value: string;
            validAfter: string;
            validBefore: string;
            nonce: Hex;
        };
    }
    Index

    Properties

    signature?: Hex
    authorization: {
        from: Address;
        to: Address;
        value: string;
        validAfter: string;
        validBefore: string;
        nonce: Hex;
    }