interface ISetacctcpu {
    account: string;
    cpu_weight?: IInt64;
}

Properties

Properties

account: string
cpu_weight?: IInt64