mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-18 04:51:02 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import { BN } from '@pezkuwi/util';
|
||||
export declare class DeriveJunction {
|
||||
#private;
|
||||
static from(value: string): DeriveJunction;
|
||||
get chainCode(): Uint8Array;
|
||||
get isHard(): boolean;
|
||||
get isSoft(): boolean;
|
||||
hard(value: number | string | bigint | BN | Uint8Array): DeriveJunction;
|
||||
harden(): DeriveJunction;
|
||||
soft(value: number | string | bigint | BN | Uint8Array): DeriveJunction;
|
||||
soften(): DeriveJunction;
|
||||
}
|
||||
Reference in New Issue
Block a user