sealAndStampRequestBody(
input
):Promise
<{sealedBody
:string
;xStamp
:string
; }>
Defined in: packages/http/dist/base.d.ts:44
Seals and stamps the request body with your Turnkey API credentials.
You can either:
sealAndStampRequestBody(...)
, initialize with your Turnkey API credentials via init(...)
apiPublicKey
and apiPrivateKey
here as argumentsstring
string
Record
<string
, any
>
Promise
<{ sealedBody
: string
; xStamp
: string
; }>
sealAndStampRequestBody(
input
):Promise
<{sealedBody
:string
;xStamp
:string
; }>
Defined in: packages/http/dist/base.d.ts:44
Seals and stamps the request body with your Turnkey API credentials.
You can either:
sealAndStampRequestBody(...)
, initialize with your Turnkey API credentials via init(...)
apiPublicKey
and apiPrivateKey
here as argumentsstring
string
Record
<string
, any
>
Promise
<{ sealedBody
: string
; xStamp
: string
; }>