- createMetaTx(rawTransaction: `tx_${string}`, authData: { args?: any[]; callData?: `cb_${string}`; gasLimit?: number; source?: string }, authFnName: string, options: { onAccount: AccountBase; onCompiler: Compiler; onNode: Node } & object): Promise<Transaction>
-
Parameters
-
rawTransaction: `tx_${string}`
-
authData: { args?: any[]; callData?: `cb_${string}`; gasLimit?: number; source?: string }
-
Optional
args?: any[]
-
Optional
callData?: `cb_${string}`
-
Optional
gasLimit?: number
-
Optional
source?: string
-
authFnName: string
-
options: { onAccount: AccountBase; onCompiler: Compiler; onNode: Node } & object
Create a metaTx transaction
Returns
Transaction string