OneSDK
    Preparing search index...

    Interface Donation

    interface Donation {
        amount: number;
        assetID?: any;
        message: string;
        messageType: number;
        nickname: string;
        test: boolean;
        type: "donation";
    }
    Index

    Properties

    amount: number
    assetID?: any
    message: string
    messageType: number
    nickname: string
    test: boolean
    type: "donation"