Add link to Vote source

This commit is contained in:
Simon Warta 2020-11-30 14:53:15 +01:00
parent 8e1cb34312
commit f4bd386081
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@ import { Account } from "./cosmwasmclient";
import { Expiration } from "./interfaces";
import { CosmWasmFeeTable, ExecuteResult, SigningCosmWasmClient } from "./signingcosmwasmclient";
/**
* @see https://github.com/CosmWasm/cosmwasm-plus/blob/v0.3.2/packages/cw3/src/msg.rs#L35
*/
export enum Vote {
Yes = "yes",
No = "no",

View File

@ -3,6 +3,9 @@ import { CosmosMsg } from "./cosmosmsg";
import { Account } from "./cosmwasmclient";
import { Expiration } from "./interfaces";
import { CosmWasmFeeTable, ExecuteResult, SigningCosmWasmClient } from "./signingcosmwasmclient";
/**
* @see https://github.com/CosmWasm/cosmwasm-plus/blob/v0.3.2/packages/cw3/src/msg.rs#L35
*/
export declare enum Vote {
Yes = "yes",
No = "no",