Txbox.Transactions.MapiResponse (Txbox v0.3.0) View Source

Miner API Response schema.

Link to this section Summary

Types

t()

MAPI Response schema

Link to this section Types

Specs

t() :: %Txbox.Transactions.MapiResponse{
  __meta__: term(),
  id: binary(),
  inserted_at: term(),
  payload: Manic.JSONEnvelope.payload(),
  public_key: String.t(),
  signature: String.t(),
  tx: term(),
  tx_guid: binary(),
  type: String.t(),
  verified: boolean()
}

MAPI Response schema

Link to this section Functions

Link to this function

push_changeset(response, attrs)

View Source
Link to this function

status_changeset(response, attrs)

View Source