Type Definition CommunicationResult
cosmwasm_vm
type CommunicationResult<T> = Result<T, CommunicationError>;