- signUsingGA(tx: `tx_${string}`, __namedParameters: { authData: { args?: any[]; callData?: `cb_${string}`; gasLimit?: number; source?: string }; authFun: string } & { onAccount: AccountBase; onCompiler: Compiler; onNode: Node } & object): Promise<Transaction>
-
Parameters
-
tx: `tx_${string}`
-
__namedParameters: { authData: { args?: any[]; callData?: `cb_${string}`; gasLimit?: number; source?: string }; authFun: string } & { onAccount: AccountBase; onCompiler: Compiler; onNode: Node } & object
Deprecated
Use createMetaTx instead
Hidden