interface GenesisDelegation {
    delegate: GenesisDelegate;
    issuer: {
        id: string;
    };
    type: "genesisDelegation";
}

Properties

Properties

delegate: GenesisDelegate
issuer: {
    id: string;
}
type: "genesisDelegation"