Property | Type | Description | |
---|---|---|---|
MaxOutputValue |
Method | Description | |
---|---|---|
CheckSanity ( |
||
IsSaneOutputValue ( |
Perform a preliminary check that the Amount is within the bounds of valid transaction output values. Additional checks are required before authoring a valid transaction to ensure the total output amount does not exceed the total previous output amount referenced by the inputs.
|
Method | Description | |
---|---|---|
CheckCoinbaseSignatureScript ( |
||
CheckHasInputsAndOutputs ( |
||
CheckNonCoinbaseInputs ( |
||
CheckOutputValueSanity ( |
public static CheckSanity ( |
||
tx | ||
return | void |
public static IsSaneOutputValue ( |
||
a | ||
return | bool |