RawExecFeeFactorPolicyChange

Interface
A change to the ExecFeeFactor policy.
export interface RawExecFeeFactorPolicyChange extends RawPolicyChangeBase { 
  readonly type: 'ExecFeeFactor'; 
  readonly value: number; 
} 

Properties

type
'ExecFeeFactor'
value
number