Type alias RegisterConstantOperation

RegisterConstantOperation: Operation & {
    address?: string | null;
    bakerFee?: number;
    block?: string | null;
    counter?: number;
    errors?: OperationError[] | null;
    gasLimit?: number;
    gasUsed?: number;
    hash?: string | null;
    id?: number;
    level?: number;
    quote?: QuoteShort | null;
    sender?: Alias | null;
    status?: string | null;
    storageFee?: number;
    storageLimit?: number;
    storageUsed?: number;
    timestamp?: string;
    type?: string | null;
    value?: any | null;
}

Generated using TypeDoc