interface TxIO {
    address: string;
    index: number;
    script: string;
    type?: string;
    value: string;
}

Properties

address: string
index: number
script: string
type?: string
value: string

Generated using TypeDoc