Raw.SecureData

Raw.SecureData

Secure passport data, for more info see the passport docs

secureData#8aeabec3 data:bytes data_hash:bytes secret:bytes = SecureData;
export namespace Raw {
  export class SecureData {
    constructor(params: { data: Buffer; dataHash: Buffer; secret: Buffer }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x8aeabec3

Property