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

    Interface SetDelegationOptions

    Interface for setting a single delegation preference

    interface SetDelegationOptions {
        factor: number;
        walletFrom: string;
        walletTo: string;
    }
    Index

    Properties

    factor: number

    Factor value representing delegation strength (basis points, out of 10000)

    walletFrom: string

    The wallet address from which the delegation is made (typically the user's wallet)

    walletTo: string

    The wallet address to delegate to