@hashgraph/sdk
    Preparing search index...

    Function fromSolidityAddress

    • Return the shard, realm, and num from a solidity address.

      Solidity addresses are 20 bytes long and hex encoded, where the first 4 bytes represent the shard, the next 8 bytes represent the realm, and the last 8 bytes represent the num. All in Big Endian format

      Parameters

      • address: string

      Returns [Long, Long, Long]