@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Signing
Transactions
constructor
endpoint
http
options
timeout
uri
Helper
base
Endpoint
create
Image
get
All
get
Images
meta
put
Image
Transactions
Legacy
Pdf
Request
Object
Transaction
Image
Transaction
Image
Response
Transaction
Response
Transactions
Meta
Query
Transactions
Query
Hierarchy
ThBaseHandler
Transactions
Index
Constructors
constructor
Properties
endpoint
http
options
timeout
uri
Helper
base
Endpoint
Methods
create
Image
get
All
get
Images
meta
put
Image
Constructors
constructor
new
Transactions
(
options
:
AnalyticsOptions
, http
:
Client
)
:
Transactions
Parameters
options:
AnalyticsOptions
http:
Client
Returns
Transactions
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
AnalyticsOptions
timeout
timeout
:
undefined
|
number
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v1/transactions'
Methods
create
Image
create
Image
(
transactionId
:
string
, image
:
TransactionImage
)
:
Promise
<
TransactionImageResponse
>
Parameters
transactionId:
string
image:
TransactionImage
Returns
Promise
<
TransactionImageResponse
>
get
All
get
All
(
query
?:
TransactionsQuery
)
:
Promise
<
TransactionResponse
>
Parameters
Optional
query:
TransactionsQuery
Returns
Promise
<
TransactionResponse
>
get
Images
get
Images
(
transactionId
:
string
)
:
Promise
<
TransactionResponse
>
Parameters
transactionId:
string
Returns
Promise
<
TransactionResponse
>
meta
meta
(
q
?:
TransactionsMetaQuery
)
:
Promise
<
TransactionResponse
>
Parameters
Optional
q:
TransactionsMetaQuery
Returns
Promise
<
TransactionResponse
>
put
Image
put
Image
(
transactionId
:
string
, image
:
TransactionImage
)
:
Promise
<
TransactionImageResponse
>
Parameters
transactionId:
string
image:
TransactionImage
Returns
Promise
<
TransactionImageResponse
>
Generated using
TypeDoc