Expand description

Structures used for sending transactions to LCD

Structs

sync: Wait for the tx to pass/fail CheckTx async: Don’t wait for pass/fail CheckTx; send and return tx immediately block: Wait for the tx to pass/fail CheckTx, DeliverTx, and be committed in a block (not-recommended)