- signTransaction(transaction, signer, accountId?, networkId?): Promise<[Uint8Array, SignedTransaction]>
Parameters
- transaction: Transaction
- signer: Signer
Optional
accountId: stringOptional
networkId: string
- signTransaction(receiverId, nonce, actions, blockHash, signer, accountId?, networkId?): Promise<[Uint8Array, SignedTransaction]>
Parameters
- receiverId: string
- nonce: bigint
- actions: Action[]
- blockHash: Uint8Array
- signer: Signer
Optional
accountId: stringOptional
networkId: string