Replies: 1 comment
-
What about this?? https://docs.cosmos.network/main/user/run-node/txs#programmatically-with-go To get the TxConfig to create txBuilder I use ifaceRegistry := codTypes.NewInterfaceRegistry()
marshaler := codec.NewProtoCodec(ifaceRegistry)
txConfig := authTx.NewTxConfig(marshaler, authTx.DefaultSignModes) Just to know what packages I'm actually refering to:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please help provide a demo of offline signature and transaction broadcast in Go language, thx
Beta Was this translation helpful? Give feedback.
All reactions