Skip to content

Commit 66ef74c

Browse files
author
DrunkRandomWalker
committed
add MsgGrant, MsgRevoke to MsgResponse
1 parent a799f8c commit 66ef74c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyinjective/composer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ def MsgResponses(data, simulation=False):
409409
"/injective.exchange.v1beta1.MsgIncreasePositionMargin": injective_exchange_tx_pb.MsgIncreasePositionMarginResponse,
410410
"/injective.auction.v1beta1.MsgBid": injective_auction_tx_pb.MsgBidResponse,
411411
"/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,
412414
}
413415

414416
response = tx_response_pb.TxResponseData.FromString(data)

0 commit comments

Comments
 (0)