@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Interface GetCredentialGrantsResponse

    Response from the network for listing a key's credential grants.

    interface GetCredentialGrantsResponse {
        authorization_epoch: number;
        grants: CredentialGrant[];
    }
    Index

    Properties

    authorization_epoch: number
    grants: CredentialGrant[]