interface OutPointType {
    txHash: CanCastToArrayBuffer;
    index: CanCastToArrayBuffer;
}

Properties

Properties