Creates an instance of InitiatorAddr with an optional public key and account hash.
Optional publicKey: PublicKeyThe public key of the initiator.
Optional accountHash: AccountHashThe account hash of the initiator.
Optional accountThe account hash of the initiator, if available.
Optional publicThe public key of the initiator, if available.
Static fromJSONCreates an InitiatorAddr instance from a JSON object.
The JSON object can contain either a publicKey or an accountHash string.
A new InitiatorAddr instance.
The JSON object containing the address data.
Generated using TypeDoc
Represents an address for an initiator, which can either be a public key or an account hash.