Documentation
    Preparing search index...

    Interface SerializeTransactionOptions

    interface SerializeTransactionOptions {
        assumeSufficientAddressBalances?: boolean;
        client?: ClientWithCoreApi;
        onlyTransactionKind?: boolean;
        supportedIntents?: string[];
    }

    Hierarchy (View Summary)

    Index
    assumeSufficientAddressBalances?: boolean

    Resolve CoinWithBalance intents from address balance without looking up balances or coins.

    If nothing else needs resolution, the transaction doesn't use GasCoin, and it already has a ValidDuring or Validity expiration, an unset gas payment is also set to [] (pay gas from address balance). Execution fails if the balances aren't there.

    onlyTransactionKind?: boolean
    supportedIntents?: string[]