cosmos-sdk/client/tx
Aaron Craelius bb4642ad0d
Decouple client/tx from x/auth (#5992)
As part of #5864 part 2), this PR decouples the new client/tx
package from x/auth (as an incremental step to deprecating
all the tx logic in x/auth) and adds StdFee, StdSignature,
StdSignMsgBase and StdTxBase to codec/std, while
deprecating the corresponding types in x/auth.
2020-04-15 23:55:02 +02:00
..
factory.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
tx.go Decouple client/tx from x/auth (#5992) 2020-04-15 23:55:02 +02:00
tx_test.go Decouple client/tx from x/auth (#5992) 2020-04-15 23:55:02 +02:00