stargate: Add transfer to CosmosFeeTable

This commit is contained in:
willclarktech 2021-04-01 14:57:41 +02:00
parent 3f3a4ef2fb
commit f19fd3cc8f
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -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;
}