UNPKG

tonweb

Version:

TonWeb - JavaScript API for TON blockchain

6 lines (5 loc) 241 B
import { Cell } from '../../../boc/cell'; import { WalletContract } from '../wallet-contract'; export declare class WalletV2ContractBase extends WalletContract { protected createSigningMessage(seqno?: number, expireAt?: number): Cell; }