adamant-api / index / BasicTransaction
Interface: BasicTransaction
Defined in: src/helpers/transactions/hash.ts:11
Extended by
Properties
amount
ts
amount: number;Defined in: src/helpers/transactions/hash.ts:18
asset
ts
asset: {
};Defined in: src/helpers/transactions/hash.ts:21
senderId
ts
senderId: string;Defined in: src/helpers/transactions/hash.ts:20
senderPublicKey
ts
senderPublicKey: string;Defined in: src/helpers/transactions/hash.ts:19
timestamp
ts
timestamp: number;Defined in: src/helpers/transactions/hash.ts:12
timestampMs?
ts
optional timestampMs?: number;Defined in: src/helpers/transactions/hash.ts:17
Optional millisecond-precision time. Excluded from getBytes, so it never affects the transaction hash, ID, or signature.