Export

WithdrawMetadata

interface WithdrawMetadata {
    asymmetry: string;
    basisPoints: string;
    impermanentLossProtection: string;
    liquidityUnits: string;
    memo: string;
    networkFees: NetworkFees;
}

Properties

asymmetry: string

Decimal (-1.0 <=> 1.0), indicates how assymetrical the withdrawal was. 0 means totally symetrical

Memberof

WithdrawMetadata

basisPoints: string

Int64 (Basis points, 0-10000, where 10000=100%), percentage of total pool ownership withdrawn

Memberof

WithdrawMetadata

impermanentLossProtection: string

Int64, additional Rune payed out because of impermanent loss protection

Memberof

WithdrawMetadata

liquidityUnits: string

Int64, amount of liquidity units removed from the member as result of the withdrawal

Memberof

WithdrawMetadata

memo: string

Transaction memo of the withdraw action

Memberof

WithdrawMetadata

networkFees: NetworkFees

Memberof

WithdrawMetadata

Generated using TypeDoc