@evefrontier/dapp-kit - v0.1.9
    Preparing search index...

    Interface SponsoredTransactionInput

    Input for a sponsored transaction request Takes the transformed item_id and assembly type values of the assembly object Normalization from assembly object to this flat shape is done in the hook by design; callers may pass either the full assembly or pre-flattened values.

    interface SponsoredTransactionInput {
        txAction: SponsoredTransactionActions;
        assembly: number;
        tenant: string;
        assemblyType: string;
        metadata?: SponsoredTransactionMetadata;
    }
    Index

    Properties

    The transaction to be sponsored and executed

    assembly: number

    Assembly ID

    tenant: string
    assemblyType: string

    The assembly type to be sponsored and executed