Description
dYdX blockchain streams
Documentation
interface JsonMessage { nonce: string, raw: string, code: number, tx_id: string, tx: { auth_info: { fee: { amount: [], gas_limit: string, granter: string, payer: string }, signer_infos: Array< { mode_info: { single: { mode: string } }, public_key: { "@type": string, key: string }, sequence: string } >, tip: null }, body: { extension_options: unknown[], memo: string, messages: [ { [key: string]: any, "@type": string } ], non_critical_extension_options: unknown[], timeout_height: string }, signatures: unknown[] }, tx_result: { height: number, index: number, tx: string, result: { code: number, data: string, log: string, info: string, gas_wanted: string, gas_used: string, events: [ { type: string, attributes: Array< { key: string, value: string, index: true } > } ], codespace: string } }, metadata: unknown{}, short_term_orders: unknown[] }