Interface NexusUnMutePostOperation

interface NexusUnMutePostOperation {
    0: "unmutePost";
    1: {
        account: string;
        community: string;
        notes: string;
        permlink: string;
    };
}

Properties

0 1

Properties

0
1: {
    account: string;
    community: string;
    notes: string;
    permlink: string;
}