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

    Interface DelegationUpdateResult

    Interface for delegation update result

    interface DelegationUpdateResult {
        factor: number;
        message: string;
        success: boolean;
        walletFrom: string;
        walletTo: string;
    }
    Index

    Properties

    factor: number
    message: string
    success: boolean
    walletFrom: string
    walletTo: string