Type Alias StakeFioTokensOptions

StakeFioTokensOptions: {
    amount: number;
    fioAddress?: string | null;
    maxFee?: number | null;
    technologyProviderId?: string | null;
}