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

    Type Alias UptoSvmAuthorization

    Authorization metadata for an SPL ApproveChecked transaction. Contains the details of the delegate approval.

    type UptoSvmAuthorization = {
        owner: string;
        delegate: string;
        mint: string;
        maxAmount: string;
        sourceATA: string;
    }
    Index

    Properties

    owner: string

    Token owner address (base58)

    delegate: string

    Approved delegate address - facilitator (base58)

    mint: string

    SPL token mint address (base58)

    maxAmount: string

    Maximum approved amount in smallest units (as string)

    sourceATA: string

    Owner's associated token account (base58)