Type alias TeeReconciliationType

TeeReconciliationType: {
    enclaveAddress: string;
    error?: string;
    nftId: number[];
    operatorAddress: string;
}

Type declaration

  • enclaveAddress: string
  • Optional error?: string
  • nftId: number[]
  • operatorAddress: string

Generated using TypeDoc