Interface
Inputs are a reference to an Output of a Transaction that has been persisted to the blockchain. The sum of the values of the referenced Outputs is the total amount transferred in the Transaction. export interface Input {
readonly hash: Hash256String;
readonly index: number;
}