Skip to content

Inconsistencey of fee_rate types #103

@Arshia-r-m

Description

@Arshia-r-m

I noticed that in EstimateFeeRespons the fee_rate field is f64 , the fee rate is but in SendBtcRequest and all other models using this field is u64.

Also in the openapi.yaml, their type is number , where in the exact struct (SendBtcRequest), the amount is also u64 and it's type in the openapi is integer instead of number.
Is this expected?If not I'll open a PR resolving them with your comments.

This cause trouble when using openapi code generator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions