Documentation
    Preparing search index...

    Type Alias RequiredSendTransactionFeature

    Filter for the wallet's SendTransaction capability.

    type RequiredSendTransactionFeature = {
        extraCurrencyRequired?: boolean;
        itemTypes?: StructuredItemType[];
        minMessages?: number;
    }
    Index

    Properties

    extraCurrencyRequired?: boolean

    Require extraCurrencySupported: true on the wallet's SendTransaction feature.

    itemTypes?: StructuredItemType[]

    Every requested type must appear in the wallet's itemTypes. Use when the dApp will send a SendTransactionRequestWithItems request relying on ton, jetton or nft items.

    minMessages?: number

    Wallet's maxMessages must be greater than or equal to this value.