- create(
type: "SECP256K1" | "BLS",
network: Network,
): {
address: AddressSecp256k1 | AddressBLS;
path: undefined | string;
privateKey: Uint8Array;
pubKey: Uint8Array;
type: "SECP256K1" | "BLS";
} Parameters
- type: "SECP256K1" | "BLS"
- network: Network
Returns {
address: AddressSecp256k1 | AddressBLS;
path: undefined | string;
privateKey: Uint8Array;
pubKey: Uint8Array;
type: "SECP256K1" | "BLS";
}
Create account