Interface AccountWitnessProxyOperation

Generic operation.

interface AccountWitnessProxyOperation {
    0: "account_witness_proxy";
    1: {
        account: string;
        proxy: string;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    account: string;
    proxy: string;
}