Skip to content

UCAN Revocation Schema

This document contains the IPLD schema definition for UCAN Revocation.

type RevocationAction <: Action {
cmd "ucan/revoke"
nnc ""
arg RevocationArguments
}
type RevocationArguments struct {
rev &Delegation
pth [&Delegation]
}