interface IBlockSigningAuthorityV0 {
    keys: IKeyWeight[];
    threshold: number;
}

Properties

Properties

keys: IKeyWeight[]
threshold: number