Interface RosettaConstructionPayloadResponse

RosettaConstructionPayloadResponse is returned by /construction/payloads. It contains an unsigned transaction blob (that is usually needed to construct the a network transaction from a collection of signatures) and an array of payloads that must be signed by the caller.

Export

Interface

RosettaConstructionPayloadResponse

Hierarchy

  • RosettaConstructionPayloadResponse

Properties

payloads: SigningPayload[]

An array of payloads that must be signed by the caller

Memberof

RosettaConstructionPayloadResponse

unsigned_transaction: string

This is an unsigned transaction blob (that is usually needed to construct the a network transaction from a collection of signatures)

Memberof

RosettaConstructionPayloadResponse

Generated using TypeDoc