anyOneCanPay property
bool
get
anyOneCanPay
Only the input receiving the signature shall be signed
Implementation
bool get anyOneCanPay => (value & anyOneCanPayFlag) != 0;
Only the input receiving the signature shall be signed
bool get anyOneCanPay => (value & anyOneCanPayFlag) != 0;