Skip to main content

Create an on chain blueprint transaction.

POST 

/wallet/nano-contracts/create-on-chain-blueprint

Create an on chain blueprint transaction.

Request

Header Parameters

    x-wallet-id stringrequired

    Defines the key of the wallet on which the request will be executed.

Body

required

Data to create the on chain blueprint.

    code stringrequired

    Blueprint code.

    address stringrequired

    Address caller that will sign the on chain blueprint transaction.

Responses

Create the on chain blueprint

Schema

    any

Loading...