Type Alias RecordObtDataOptions

RecordObtDataOptions: {
    amount: number;
    chainCode: string;
    encryptPrivateKey?: string | null;
    fioRequestId?: number | null;
    hash?: string | null;
    maxFee: number;
    memo?: string | null;
    obtId: string;
    offLineUrl?: string | null;
    payeeFioAddress: string;
    payeeFioPublicKey?: string | null;
    payeeTokenPublicAddress: string;
    payerFioAddress: string;
    payerTokenPublicAddress: string;
    status?: FioRequestStatus | null;
    technologyProviderId?: string | null;
    tokenCode: string;
}