Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
Msg
Interface Msg
interface
Msg
{
eVMTransaction
(
request
:
MsgEVMTransaction
)
:
Promise
<
MsgEVMTransactionResponse
>
;
registerPointer
(
request
:
MsgRegisterPointer
)
:
Promise
<
MsgRegisterPointerResponse
>
;
send
(
request
:
MsgSend
)
:
Promise
<
MsgSendResponse
>
;
}
Implemented by
MsgClientImpl
Index
Methods
eVMTransaction
register
Pointer
send
Methods
eVMTransaction
eVMTransaction
(
request
)
:
Promise
<
MsgEVMTransactionResponse
>
Parameters
request
:
MsgEVMTransaction
Returns
Promise
<
MsgEVMTransactionResponse
>
register
Pointer
register
Pointer
(
request
)
:
Promise
<
MsgRegisterPointerResponse
>
Parameters
request
:
MsgRegisterPointer
Returns
Promise
<
MsgRegisterPointerResponse
>
send
send
(
request
)
:
Promise
<
MsgSendResponse
>
Parameters
request
:
MsgSend
Returns
Promise
<
MsgSendResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
eVMTransaction
register
Pointer
send
@crownfi/sei-js-proto
Loading...