interface Pool {
    scaling_factor: bigint;
    shares: TableWithLength<string, bigint>;
    total_coins: bigint;
    total_shares: bigint;
}

Properties

scaling_factor: bigint
shares: TableWithLength<string, bigint>
total_coins: bigint
total_shares: bigint