• Private function to export test vector data for https://github.com/cosmos/cosmjs/pull/1253. Do not use in production code.

    Parameters

    • checksum: Uint8Array
    • creator: string
    • salt: Uint8Array
    • msg: null | string
    • prefix: string

    Returns {
        address: string;
        addressData: Uint8Array;
        key: Uint8Array;
    }

    • address: string
    • addressData: Uint8Array
    • key: Uint8Array

Generated using TypeDoc