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

    Interface DelegateInfo

    Delegate identity and fee information returned by getDelegateInfo.

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

    Properties

    delegateAddress: string

    Address for delegate fee collection. Sourced from delegatorAddress in Fulmine response, for now.

    delegatorAddress?: string

    alias for

    DelegateInfo.delegateAddress

    fee: string

    Delegate fee amount or expression returned by the delegate.

    pubkey: string

    Delegate public key.