Type Alias: UnsignedTONTx
UnsignedTONTx = {
body:Cell;family: typeofTON;to:string;value?:bigint; }
Defined in: ton/types.ts:20
Unsigned TON transaction data. Contains the payload needed to construct a transaction. Value is determined at execution time, not included here.
Properties
body
body:
Cell
Defined in: ton/types.ts:25
Message payload as BOC-serialized Cell
family
family: typeof
TON
Defined in: ton/types.ts:21
to
to:
string
Defined in: ton/types.ts:23
Target contract address
value?
optionalvalue:bigint
Defined in: ton/types.ts:27
Value to send with the transaction