op
op: {
type: "custom_json_operation";
value: {
id: string;
json: string;
required_auths: string[];
required_posting_auths: string[];
};
}
Type declaration
type: "custom_json_operation"
value: {
id: string;
json: string;
required_auths: string[];
required_posting_auths: string[];
}
id: string
json: string
required_auths: string[]
required_posting_auths: string[]
Applied operation.