Interface DistributionAmount

interface DistributionAmount {
    account: string;
    amountNQT: string;
    confirmations: number;
    height: number;
    quantityQNT: string;
    requestProcessingTime: number;
    transaction: string;
}

Properties

account: string
amountNQT: string

Signa amount of distribution expressed in Planck

confirmations: number
height: number
quantityQNT: string

The quantity of the additional asset that was distributed

requestProcessingTime: number
transaction: string