Transaction
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / Transaction
• new Transaction(address
, chainId
, transitions
, fee
, feePrivate?
)
Parameters
address
string
undefined
chainId
string
undefined
transitions
undefined
fee
number
undefined
feePrivate
boolean
true
Defined in
• address: string
Implementation of
Defined in
• chainId: string
Implementation of
Defined in
• fee: number
Implementation of
Defined in
• feePrivate: boolean
Implementation of
Defined in
Implementation of
Defined in
Parameters
address
string
undefined
chainId
string
undefined
program
string
undefined
functionName
string
undefined
inputs
any
[]
undefined
fee
number
undefined
feePrivate
boolean
true
Returns
Defined in
[]
.
.
.
.
• transitions: []
.
â–¸ Static
createTransaction(address
, chainId
, program
, functionName
, inputs
, fee
, feePrivate?
):