accountFromSeed( seed: Uint8Array<ArrayBufferLike>, type: "SECP256K1" | "BLS", path: string, network?: Network,): { address: IAddress; path: string; privateKey: Uint8Array; publicKey: Uint8Array; type: "SECP256K1" | "BLS";} Parameters
- seed: Uint8Array<ArrayBufferLike>
- type: "SECP256K1" | "BLS"
- path: string
Optional
network: Network
Returns {
address: IAddress;
path: string;
privateKey: Uint8Array;
publicKey: Uint8Array;
type: "SECP256K1" | "BLS";
}
path: string
privateKey: Uint8Array
publicKey: Uint8Array
type: "SECP256K1" | "BLS"
Get HD account from seed