Add link to Vote source
This commit is contained in:
parent
8e1cb34312
commit
f4bd386081
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user