动态地址支持动态金额功能 #1
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L115
Non-nullable property 'OwnerAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L118
Non-nullable property 'ToAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L63
Non-nullable property 'Ret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L66
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L69
Non-nullable property 'TxID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L75
Non-nullable property 'RawDataHex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L96
Non-nullable property 'RawData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L99
Non-nullable property 'InternalTransactions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L54
Non-nullable property 'ContractRet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L115
Non-nullable property 'OwnerAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L118
Non-nullable property 'ToAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L63
Non-nullable property 'Ret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L66
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L69
Non-nullable property 'TxID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L75
Non-nullable property 'RawDataHex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L96
Non-nullable property 'RawData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L99
Non-nullable property 'InternalTransactions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TokenPay/Models/TronModel/TrxTransaction.cs#L54
Non-nullable property 'ContractRet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading