We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a799f8c commit 66ef74cCopy full SHA for 66ef74c
pyinjective/composer.py
@@ -409,6 +409,8 @@ def MsgResponses(data, simulation=False):
409
"/injective.exchange.v1beta1.MsgIncreasePositionMargin": injective_exchange_tx_pb.MsgIncreasePositionMarginResponse,
410
"/injective.auction.v1beta1.MsgBid": injective_auction_tx_pb.MsgBidResponse,
411
"/cosmos.bank.v1beta1.MsgSend": cosmos_bank_tx_pb.MsgSendResponse,
412
+ "/cosmos.authz.v1beta1.MsgGrant": cosmos_authz_tx_pb.MsgGrantResponse,
413
+ "/cosmos.authz.v1beta1.MsgRevoke": cosmos_authz_tx_pb.MsgRevokeResponse,
414
}
415
416
response = tx_response_pb.TxResponseData.FromString(data)
0 commit comments