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

    Interface GetPolicyResponse

    Response from the network for getting policy request.

    interface GetPolicyResponse {
        authorization_epoch: number;
        policy: Policy | null;
    }
    Index

    Properties

    authorization_epoch: number

    Current per-key authorization epoch, including in the no-policy state.

    policy: Policy | null

    Stored policy, or null when the key currently has no policy.