Send and get transaction statuses
Sends a transaction and provides updates on its status changes.
Example Request
Name | Type | REQUIRED | Description |
---|---|---|---|
script | STRING | YES | Base64-encoded content of the Cadence script. |
arguments | LIST | YES | A list of arguments, each encoded as Base64. |
reference_block_id | STRING | YES | BlockID for the transaction's reference block |
gas_limit | STRING | YES | The limit on the amount of computation a transaction can perform. |
payer | STRING | YES | The 8-byte address of an account. |
proposal_key | OBJECT | YES | A required object representing the proposal key. |
authorizers | LIST | YES | A list of authorizers, each represented as a hexadecimal-encoded address. |
payload_signatures | LIST | NO | A list of Base64-encoded signatures. |
envelope_signatures | LIST | YES | A list of Base64-encoded signatures. |
Example Response