create( type: "SECP256K1" | "BLS", network: Network,): { address: IAddress; path?: string; privateKey: Uint8Array; publicKey: Uint8Array; type: "SECP256K1" | "BLS";} Parameters
- type: "SECP256K1" | "BLS"
- network: Network
Returns {
address: IAddress;
path?: string;
privateKey: Uint8Array;
publicKey: Uint8Array;
type: "SECP256K1" | "BLS";
}
Optional
path?: string
privateKey: Uint8Array
publicKey: Uint8Array
type: "SECP256K1" | "BLS"
Create account