Skip to content

adamant-api / index / getBytes

Function: getBytes()

ts
function getBytes(transaction, skipSignature?): Buffer<ArrayBuffer>;

Defined in: src/helpers/transactions/hash.ts:120

Parameters

ParameterTypeDefault value
transactionPossiblySignedTransactionundefined
skipSignaturebooleantrue

Returns

Buffer<ArrayBuffer>

Released under the GPL-3.0 License.