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

    Interface PolicyChangeResponse

    Response from the network for updating policy request.

    interface PolicyChangeResponse {
        authorization_epoch: number;
        status: string;
    }

    Hierarchy

    • SimpleResponse
      • PolicyChangeResponse
    Index

    Properties

    authorization_epoch: number

    Authorization epoch after the committed mutation.

    status: string

    Status of the request.