Optional
blockchainClient: PublicAPIOptional
blockchainThe operation to send.
An operation Id.
Signs an operation for a given network.
The identifier of the blockchain network.
The operation to sign.
A signature of the operation.
The chainId is used to counter replay attacks on a different chain.
Static
canonicalizeFormats an operation for signing.
The identifier of the blockchain network.
The operation to sign.
The public key to sign the operation with.
The formatted operation ready for signing.
Static
deserializeDeserializes an operation according to the Massa protocol.
The byte array to deserialize.
An new instance of OperationDetails representing the deserialized operation.
Static
serializeSerializes an operation according to the Massa protocol.
The operation to serialize.
A byte array representing the serialized operation.
Sends an operation to the blockchain.