Interface CreateAccountFromPrivateKeyArgs

Arguments for creating an opaque Account from any supported private key. This is used when the private key type is not known at compilation time.

interface CreateAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: boolean;
    privateKey: PrivateKey;
}

Properties

legacy?: boolean
privateKey: PrivateKey

Generated using TypeDoc