add granter field in StdFee
This commit is contained in:
parent
5e3e6f7c7d
commit
b712a0ac1c
@ -12,6 +12,7 @@ export interface AminoMsg {
|
||||
export interface StdFee {
|
||||
readonly amount: readonly Coin[];
|
||||
readonly gas: string;
|
||||
readonly granter?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user