Skip to content

Convenience wrapper around buildEip712TxRaw that returns the application/json POST body Cosmos LCD /cosmos/tx/v1beta1/txs (and our own /api/v0/broadcast proxy)…

buildEip712TxBroadcastBody(args): string

Defined in: packages/bitbadgesjs-sdk/src/eip712/broadcast.ts:58

Convenience wrapper around buildEip712TxRaw that returns the application/json POST body Cosmos LCD /cosmos/tx/v1beta1/txs (and our own /api/v0/broadcast proxy) accepts.

Parameters

args

BuildEip712TxRawArgs

Returns

string

Edit this page on GitHub