A Parcel.
An ECDSA signature which is a 65 byte hexadecimal string.
The block number of the block that contains the parcel.
The hash of the block that contains the parcel.
The index(location) of the parcel within the block.
Get the account ID of a parcel's signer.
An account ID.
Get the platform address of a parcel's signer.
A PlatformAddress.
Get the hash of a parcel.
A parcel hash.
Convert to RLP bytes.
Convert to an object for RLP encoding.
Convert to a SignedParcel JSON object.
A SignedParcel JSON object.
Convert r, s, v values of an ECDSA signature to a string.
The r value of an ECDSA signature, which is up to 32 bytes of hexadecimal string.
The s value of an ECDSA signature, which is up to 32 bytes of hexadecimal string.
The recovery parameter of an ECDSA signature.
A 65 byte hexadecimal string.
Create a SignedParcel from a SignedParcel JSON object.
A SignedParcel JSON object.
A SignedParcel.
Generated using TypeDoc
A Parcel signed by a private key. It is possible to request the CodeChain network to process this parcel with the sendSignedParcel function.
Parcels signed with a regular key has the same effect as those signed with the original key. The original key is the key of the account that registered the regular key.
If any of the following is true, the Parcel will not be processed: