add granter field in StdFee

This commit is contained in:
arnabghose997 2022-06-02 15:01:37 +05:30 committed by Simon Warta
parent 5e3e6f7c7d
commit b712a0ac1c

View File

@ -12,6 +12,7 @@ export interface AminoMsg {
export interface StdFee {
readonly amount: readonly Coin[];
readonly gas: string;
readonly granter?: string;
}
/**