aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface FarmsStakingPoolOwnerCapFieldsOnChainV2

    An authority::AuthorityCap<VAULT<ADMIN>>'s own Move fields.

    Named …FieldsOnChainV2["fields"] historically; the envelope that name referred to is JSON-RPC's and no longer exists on the gRPC json view, so the fields are declared directly. Wrap in MoveStructOnChain at the sites where this cap appears as a nested field.

    interface FarmsStakingPoolOwnerCapFieldsOnChainV2 {
        for: string;
        id: UidOnChain;
    }
    Index
    for: string

    V2 staking-pool object ID controlled by the capability.

    UID field of the nested authority capability.