Class OwlToApiService

Hierarchy

  • OwlToApiService

Constructors

Methods

  • Parameters

    Returns Promise<{
        bridge_fee: OwlToAmountInfo;
        from_chain_name: string;
        gas_fee: OwlToAmountInfo;
        input_value: OwlToAmountInfo;
        max_value: OwlToAmountInfo;
        min_value: OwlToAmountInfo;
        network_type: number;
        receive_value: OwlToAmountInfo;
        send_value: OwlToAmountInfo;
        to_chain_name: string;
        token_name: string;
        txs: {
            approve_body: object;
            transfer_body: {
                data: string;
                to: string;
                value: string;
            };
        };
    }>

Generated using TypeDoc