@arkade-os/sdk Documentation - v0.4.21
    Preparing search index...

    Interface DelegateInfo

    Delegate identity and fee information returned by getDelegateInfo.

    interface DelegateInfo {
        delegatorAddress: string;
        fee: string;
        pubkey: string;
    }
    Index

    Properties

    delegatorAddress: string

    Address controlled by the delegation service. Naming is confusing: should be thought of as a "delegate address".

    fee: string

    Delegate fee amount or expression returned by the delegation service.

    pubkey: string

    Delegate public key.