Wasm
Solidity Interfaces
function instantiate(
uint64 codeID,
string memory admin,
bytes memory payload,
string memory label,
bytes memory coins
) external returns (string memory contractAddr, bytes memory data);function execute(
string memory contractAddress,
bytes memory payload,
bytes memory coins
) external returns (bytes memory response);Last updated
Was this helpful?