Type alias HashCredential

HashCredential: {
    bipPath?: BipPath;
    hash: Buffer;
    type: ADDRESS;
}

Type declaration