Type Alias RequestFundsOptions

RequestFundsOptions: {
    amount: number;
    chainCode: string;
    encryptPrivateKey?: string | null;
    hash?: string | null;
    maxFee: number;
    memo?: string | null;
    offlineUrl?: string | null;
    payeeFioAddress: string;
    payeeTokenPublicAddress: string;
    payerFioAddress: string;
    payerFioPublicKey?: string | null;
    technologyProviderId?: string | null;
    tokenCode: string;
}