stargate: Add transfer to CosmosFeeTable
This commit is contained in:
parent
3f3a4ef2fb
commit
f19fd3cc8f
@ -70,6 +70,7 @@ import { BroadcastTxResponse, StargateClient } from "./stargateclient";
|
||||
export interface CosmosFeeTable extends FeeTable {
|
||||
readonly send: StdFee;
|
||||
readonly delegate: StdFee;
|
||||
readonly transfer: StdFee;
|
||||
readonly undelegate: StdFee;
|
||||
readonly withdraw: StdFee;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user