Static
byteStatic
convertGRpcStatic
convertStatic
createcreateTransaction
returns a MutableTransaction
object from WASM js, which can be used to sign,
by calling Utils.signTransaction
.
You can call tx.toRpcTransaction()
, which converts it to RPC object which can
be used for Rust's wRPC submitTransaction
endpoint.
If you want to submit the
MutableTransaction
object to gRPC endpoint, you need to call Utils.convertRustTransactionToGRpcTransaction
Static
estimateestimateFee
calls minimumTransactionFee
in WASM js to calculate the minimum fee
in order to send amount
to recepient
, given the available utxos
Static
getStatic
getStatic
getXPrivateStatic
getXPublicStatic
hexStatic
sendStatic
signGenerated using TypeDoc
This class provides helper funcitons that can be used acorss the library