UNPKG
fx-ton-lib
Version:
latest (0.0.64)
0.0.64
TonWeb - JavaScript API for TON blockchain
github.com/toncenter/tonweb
toncenter/tonweb
fx-ton-lib
/
dist
/
types
/
contract
/
wallet
/
v2
/
wallet-v2-contract-base.d.ts
6 lines
(5 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Cell
}
from
'../../../boc/cell'
;
import
{
WalletContract
}
from
'../wallet-contract'
;
export
declare
class
WalletV2ContractBase
extends
WalletContract
{
protected
createSigningMessage
(
seqno
?:
number
,
expireAt
?:
number
):
Cell
; }