• Given a bytes32 representation of a subaccount, returns a subaccount object (owner + name)

    Parameters

    • bytes: Uint8Array

      bytes32 representaion of a subaccount where bytes[0:20]=owner & bytes[20:32]=subaccountName

    Returns Subaccount

    subaccount object (owner + name)