Search Results for

    Show / Hide Table of Contents

    Struct BlockRewards

    Implements
    IBlockRewards
    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    public struct BlockRewards : IEquatable<BlockRewards>, IBlockRewards

    Properties

    FeeSink

    Declaration
    [AlgoApiField("fee-sink")]
    public Address FeeSink { get; set; }
    Property Value
    Type Description
    Address

    RewardsCalculationRound

    Declaration
    [AlgoApiField("rewards-calculation-round")]
    public ulong RewardsCalculationRound { get; set; }
    Property Value
    Type Description
    UInt64

    RewardsLevel

    Declaration
    [AlgoApiField("rewards-level")]
    public ulong RewardsLevel { get; set; }
    Property Value
    Type Description
    UInt64

    RewardsPool

    Declaration
    [AlgoApiField("rewards-pool")]
    public Address RewardsPool { get; set; }
    Property Value
    Type Description
    Address

    RewardsRate

    Declaration
    [AlgoApiField("rewards-rate")]
    public ulong RewardsRate { get; set; }
    Property Value
    Type Description
    UInt64

    RewardsResidue

    Declaration
    [AlgoApiField("rewards-residue")]
    public ulong RewardsResidue { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(BlockRewards)

    Declaration
    public bool Equals(BlockRewards other)
    Parameters
    Type Name Description
    BlockRewards other
    Returns
    Type Description
    Boolean

    Implements

    IBlockRewards
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾