Interface BGLWBGLExchangePair

An object with BGL/WBGL exchange pair params

Param: bglAmount

amount in BG of BGL to swap

Param: sourceWBGLAddress

Address to recive WBGL tokens to. Should be account with access to Since signed messsages are used to facilitate swap.

Param: bglFee

is fee in BGL(default is .0001) an equivalent of 10,000 satoshis

interface BGLWBGLExchangePair {
    bglAmount: number;
    bglFee?: number;
    recepientWBGLAddress: string;
}

Properties

bglAmount: number
bglFee?: number
recepientWBGLAddress: string

Generated using TypeDoc