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

Properties

scaling_factor: bigint
shares: _0x1.table_with_length.TableWithLength<string, bigint>
total_coins: bigint
total_shares: bigint