Type alias TeeDataResponseType

TeeDataResponseType: TernoaHelpers.SecretPayloadType & {
    description: string;
    enclave_id: number;
    nft_id: number;
    status: number;
}

Generated using TypeDoc