@upbond/sdk
    Preparing search index...

    Interface DerivedAddresses

    Both addresses derived from one secp256k1 public key.

    interface DerivedAddresses {
        evm: `0x${string}`;
        sui: `0x${string}`;
    }
    Index
    evm: `0x${string}`

    EIP-55 checksummed 20-byte EVM address.

    sui: `0x${string}`

    32-byte Sui address (secp256k1 scheme) as 0x-prefixed hex.