the object to be cloned
the extra attributes to be added to the object.
a copy of the first object with the new attributes added.
Create AccountRestrictionsInfo class from Json.
The AccountRestrictionsInfo class.
Map one enum type to another by value
enum value to be mapped
It parse a server time/duration configuration like: - 1000ms 1000 milliseconds - 15s 15 seconds
into a @{@link Duration} object
time.
an instant from that value.
This method knows how to convert an address payload sent by Rest to Address.
Currently rest sends hex encoded addresses, it is desired to use base32 encoded addresses.
This method handles both format, encoded (deprecated) and base32 encoded addresses.
Clients using this SDK will be able to process both payloads.
the address in encoded (6823BB7C3C089D996585466380EDBDC19D4959184893E38C) format or decoded/plain format (SB3KUBHATFCPV7UZQLWAQ2EUR6SIHBSBEOEDDDF3)
the Address object.
Creates the MerkleStateInfo from the dto
the dto
It converts a server Hex like 0x017D'1694'0477'B3F5 to 017D16940477B3F5
Generated using TypeDoc
Creates a copy of the first object adding the attributes of the second object.