Skip to main content

Push Multiple Transactions to Ledger

This method expects a transaction in JSON format and will attempt to apply it to the Ledger.

Request Body
object[]
expiration DateTime REQUIRED

Possible values: Value must match regular expression ^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$

Time that transaction must be confirmed by.

ref_block_num integer REQUIRED
ref_block_prefix integer REQUIRED

32-bit portion of block ID

max_net_usage_words object REQUIRED

Resource limits for net or CPU.

max integer
available integer
used integer
max_cpu_usage_ms object REQUIRED

Resource limits for net or CPU.

max integer
available integer
used integer
delay_sec integer REQUIRED
context_free_actions object[] REQUIRED
account string REQUIRED

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of an Inery database name.

name string REQUIRED

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of an Inery database name.

authorization object[] REQUIRED
actor string REQUIRED

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of an Inery database name.

permission string REQUIRED

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of an Inery database name.

data object REQUIRED
hex_data string REQUIRED
actions object[] REQUIRED
account string REQUIRED

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of an Inery database name.

name string REQUIRED

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of an Inery database name.

authorization object[] REQUIRED
actor string REQUIRED

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of an Inery database name.

permission string REQUIRED

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of an Inery database name.

data object REQUIRED
hex_data string REQUIRED
transaction_extensions Extension[]
Responses
200

OK

Schema
undefined

Returns Nothing