adamant-api / index / DelegateTransaction
Interface: DelegateTransaction
Defined in: src/helpers/transactions/hash.ts:56
Extends
Properties
amount
ts
amount: number;Defined in: src/helpers/transactions/hash.ts:18
Inherited from
asset
ts
asset: {
delegate: {
publicKey: string;
username: string;
};
};Defined in: src/helpers/transactions/hash.ts:59
delegate
ts
delegate: {
publicKey: string;
username: string;
};delegate.publicKey
ts
publicKey: string;delegate.username
ts
username: string;Overrides
recipientId
ts
recipientId: null;Defined in: src/helpers/transactions/hash.ts:58
senderId
ts
senderId: string;Defined in: src/helpers/transactions/hash.ts:20
Inherited from
senderPublicKey
ts
senderPublicKey: string;Defined in: src/helpers/transactions/hash.ts:19
Inherited from
BasicTransaction.senderPublicKey
timestamp
ts
timestamp: number;Defined in: src/helpers/transactions/hash.ts:12
Inherited from
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.
Inherited from
type
ts
type: 2;Defined in: src/helpers/transactions/hash.ts:57