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

    Type Alias SponsoredTransactionInput

    SponsoredTransactionInput: WalletCoreSponsoredTransactionInput & {
        tenant: string;
    }

    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.

    TODO: This typedoc is not working when re-exported from wallet-core Migrate either wallet-core or dapp-kit to use the same shape for sponsored transaction input.