Export

MemberPool

interface MemberPool {
    assetAdded: string;
    assetAddress: string;
    assetDeposit: string;
    assetPending: string;
    assetWithdrawn: string;
    dateFirstAdded: string;
    dateLastAdded: string;
    liquidityUnits: string;
    pool: string;
    runeAdded: string;
    runeAddress: string;
    runeDeposit: string;
    runePending: string;
    runeWithdrawn: string;
}

Properties

assetAdded: string

Int64(e8), total asset added to the pool by member

Memberof

MemberPool

assetAddress: string

asset address used by the member

Memberof

MemberPool

assetDeposit: string

Int64(e8), total asset that is currently deposited to the pool by member. This field is same as the asset_deposit_value field in thornode. Mainly can be used for tracking, mainly Growth Percentage

Memberof

MemberPool

assetPending: string

Int64(e8), asset sent but not added yet, it will be added when the rune pair arrives

Memberof

MemberPool

assetWithdrawn: string

Int64(e8), total asset withdrawn from the pool by member

Memberof

MemberPool

dateFirstAdded: string

Int64, Unix timestamp for the first time member deposited into the pool

Memberof

MemberPool

dateLastAdded: string

Int64, Unix timestamp for the last time member deposited into the pool

Memberof

MemberPool

liquidityUnits: string

Int64, pool liquidity units that belong the the member

Memberof

MemberPool

pool: string

Pool rest of the data refers to

Memberof

MemberPool

runeAdded: string

Int64(e8), total Rune added to the pool by member

Memberof

MemberPool

runeAddress: string

Rune address used by the member

Memberof

MemberPool

runeDeposit: string

Int64(e8), total Rune that is currently deposited to the pool by member. This field is same as the rune_deposit_value field in thornode. Mainly can be used for tracking, mainly Growth Percentage

Memberof

MemberPool

runePending: string

Int64(e8), Rune sent but not added yet, it will be added when the asset pair arrives

Memberof

MemberPool

runeWithdrawn: string

Int64(e8), total Rune withdrawn from the pool by member

Memberof

MemberPool

Generated using TypeDoc