interface Msg {
    eVMTransaction(request: MsgEVMTransaction): Promise<MsgEVMTransactionResponse>;
    registerPointer(request: MsgRegisterPointer): Promise<MsgRegisterPointerResponse>;
    send(request: MsgSend): Promise<MsgSendResponse>;
}

Implemented by

Methods