Search
Preparing search index...
The search index is not available
@iov/multichain Documentation
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
EthereumCodec
Class EthereumCodec
Hierarchy
EthereumCodec
Implements
TxCodec
Index
Constructors
constructor
Methods
bytes
ToPost
bytes
ToSign
identifier
identity
ToAddress
is
Valid
Address
parse
Bytes
Constructors
constructor
new
Ethereum
Codec
(
options
:
EthereumCodecOptions
)
:
EthereumCodec
Parameters
options:
EthereumCodecOptions
Returns
EthereumCodec
Methods
bytes
ToPost
bytes
ToPost
(
signed
:
SignedTransaction
)
:
PostableBytes
Parameters
signed:
SignedTransaction
Returns
PostableBytes
bytes
ToSign
bytes
ToSign
(
unsigned
:
UnsignedTransaction
, nonce
:
Nonce
)
:
SigningJob
Parameters
unsigned:
UnsignedTransaction
nonce:
Nonce
Returns
SigningJob
identifier
identifier
(
signed
:
SignedTransaction
)
:
TransactionId
Parameters
signed:
SignedTransaction
Returns
TransactionId
identity
ToAddress
identity
ToAddress
(
identity
:
Identity
)
:
Address
Parameters
identity:
Identity
Returns
Address
is
Valid
Address
is
Valid
Address
(
address
:
string
)
:
boolean
Parameters
address:
string
Returns
boolean
parse
Bytes
parse
Bytes
(
bytes
:
PostableBytes
, chainId
:
ChainId
)
:
SignedTransaction
Parameters
bytes:
PostableBytes
chainId:
ChainId
Returns
SignedTransaction
Globals
Ethereum
Codec
constructor
bytes
ToPost
bytes
ToSign
identifier
identity
ToAddress
is
Valid
Address
parse
Bytes
Generated using
TypeDoc