interface ISetacctcpu {
    account: string;
    cpu_weight?: SystemContract.Interfaces.IInt64;
}

Properties

Properties

account: string