Documentation
    Preparing search index...

    Type Alias SendTransactionFeature

    type SendTransactionFeature = {
        extraCurrencySupported?: boolean;
        itemTypes?: StructuredItemType[];
        maxMessages: number;
        name: "SendTransaction";
    }
    Index

    Properties

    extraCurrencySupported?: boolean

    true if the wallet can attach extra currencies. Absent or false means extra currencies are unsupported.

    itemTypes?: StructuredItemType[]

    Structured-item kinds the wallet accepts inside items[]. Absent means only raw messages[] are supported.

    maxMessages: number

    Maximum number of messages the wallet accepts in a single request.

    name: "SendTransaction"