Skip to main content

TxParams

@bidask-protocol/sdk


@bidask-protocol/sdk / TxParams

Type Alias: TxParams

TxParams = object

Defined in: types/transactions.ts:6

Parameters for sending a transaction

Properties

init?

optional init: object

Defined in: types/transactions.ts:14

Optional state init for contract deployment

code

code: Cell

data

data: Cell


payload

payload: Cell

Defined in: types/transactions.ts:12

Cell containing the message payload


to

to: Address

Defined in: types/transactions.ts:8

Destination address


value

value: bigint

Defined in: types/transactions.ts:10

Recommended amount of TON coins to send (in nanoTON)