Documentation ¶
Index ¶
- Constants
- type Cosmwasm
- func (cw *Cosmwasm) CWExecute(execMsg []byte)
- func (cw *Cosmwasm) CWExecuteWithSeqAndAsync(execMsg []byte, accSeq uint64)
- func (cw *Cosmwasm) CWExecuteWithSeqAndAsyncResp(execMsg []byte, accSeq uint64) (*sdk.TxResponse, error)
- func (cw *Cosmwasm) CWQuery(query []byte) wasmtypes.QuerySmartContractStateResponse
- func (cw *Cosmwasm) DeployWasmContract(path string)
- func (cw *Cosmwasm) GetAttributeValue(resp sdk.TxResponse, eventName, attrKey string) string
- func (cw *Cosmwasm) InstantiateContract(initMsg []byte)
- func (cw *Cosmwasm) MarshalAny(any interface{}) []byte
Constants ¶
View Source
const (
SucceessRespCode = uint32(0)
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cosmwasm ¶
type Cosmwasm struct { StoreCode uint64 ContractAddr string Sender string T *testing.T // contains filtered or unexported fields }
func (*Cosmwasm) CWExecuteWithSeqAndAsync ¶
func (*Cosmwasm) CWExecuteWithSeqAndAsyncResp ¶
func (*Cosmwasm) CWQuery ¶
func (cw *Cosmwasm) CWQuery(query []byte) wasmtypes.QuerySmartContractStateResponse
func (*Cosmwasm) DeployWasmContract ¶
func (*Cosmwasm) GetAttributeValue ¶
func (cw *Cosmwasm) GetAttributeValue(resp sdk.TxResponse, eventName, attrKey string) string
func (*Cosmwasm) InstantiateContract ¶
func (*Cosmwasm) MarshalAny ¶
Click to show internal directories.
Click to hide internal directories.