Type alias SigningDataJson

SigningDataJson: {
    contract_address: {
        index: number;
        subindex: number;
    };
    entry_point: string;
    nonce: number;
    timestamp: string;
}

Type declaration

  • contract_address: {
        index: number;
        subindex: number;
    }

    The contract address of the CIS4 contract

    • index: number

      The contract index

    • subindex: number

      The contract subindex

  • entry_point: string

    The CIS4 entrypoint from which the revocation is done

  • nonce: number

    The credential nonce

  • timestamp: string

    Timestamp at which the revocation should be invalidated

Generated using TypeDoc