Encrypts a given transaction object.
import { getBytes } from '@klayr/transactions'; const txBytes = getBytes(TransferTrx, transferParamsSchema);
Returns the encrypted transaction.
a decrypted transaction
Optional
parameter schema for the transaction
Generated using TypeDoc
Encrypts a given transaction object.
Example
Returns
Returns the encrypted transaction.
See