ao-js-sdk - v0.2.11
    Preparing search index...

    Interface UpgradeNameNoticeTransactionData

    interface UpgradeNameNoticeTransactionData {
        name: string;
        processId: string;
        purchasePrice: number;
        startTimestamp: number;
        type: string;
        undernameLimit: number;
    }
    Index

    Properties

    name: string
    processId: string
    purchasePrice: number
    startTimestamp: number
    type: string
    undernameLimit: number