TON SDK Documentation - v15.3.1duck0.0.3
    Preparing search index...

    Class WalletContractV5Beta

    use WalletContractV5R1 instead

    Implements

    Index

    Properties

    address: Address
    init: { code: Cell; data: Cell }
    publicKey: Buffer
    walletId: WalletIdV5Beta
    OpCodes: {
        auth_extension: number;
        auth_signed_external: number;
        auth_signed_internal: number;
    } = ...

    Methods

    • Create signed add extension request

      Type Parameters

      • T extends WalletV5BetaSendArgs

      Parameters

      Returns WalletV5BetaPackedCell<T>

    • Create signed remove extension request

      Type Parameters

      • T extends WalletV5BetaSendArgs

      Parameters

      Returns WalletV5BetaPackedCell<T>

    • Create signed request or extension auth request

      Type Parameters

      • T extends WalletV5BetaSendArgs

      Parameters

      • args: T & { actions: OutActionWalletV5[] }

      Returns WalletV5BetaPackedCell<T>