Versions in this module Expand all Collapse all v0 v0.9.0 Aug 22, 2021 Changes in this version + type BlockInfo struct + Height int64 + Time int64 + type Coin struct + Amount string + Denom string + type ContractInfo struct + Address string + type DepositMsg struct + Amount string + ToAccount string + type Env struct + Block BlockInfo + Contract ContractInfo + type ExecuteMsg struct + Deposit *DepositMsg + Withdraw *WithdrawMsg + func (a *ExecuteMsg) Equals(b *ExecuteMsg) bool + type MessageInfo struct + Funds []Coin + Signer string + func (a *MessageInfo) Equals(b *MessageInfo) bool + type WithdrawMsg struct + FromAccount string