Skip to main content

orchestration.handler

@bosonprotocol/core-sdk / Exports / orchestration / handler

Namespace: handler

orchestration.handler

Table of contents

Functions

Functions

createOfferAndSeller

createOfferAndSeller(args): Promise<TransactionResponse>

Parameters

NameType
argsObject
args.contractAddressstring
args.metadataStorage?MetadataStorage
args.offerToCreateCreateOfferArgs
args.sellerToCreateCreateSellerArgs
args.theGraphStorage?MetadataStorage
args.web3LibWeb3LibAdapter

Returns

Promise<TransactionResponse>

Defined in

src/orchestration/handler.ts:18


createOfferWithCondition

createOfferWithCondition(args): Promise<TransactionResponse>

Parameters

NameType
argsObject
args.conditionConditionStruct
args.contractAddressstring
args.metadataStorage?MetadataStorage
args.offerToCreateCreateOfferArgs
args.theGraphStorage?MetadataStorage
args.web3LibWeb3LibAdapter

Returns

Promise<TransactionResponse>

Defined in

src/orchestration/handler.ts:46


createSellerAndOfferWithCondition

createSellerAndOfferWithCondition(args): Promise<TransactionResponse>

Parameters

NameType
argsObject
args.conditionConditionStruct
args.contractAddressstring
args.metadataStorage?MetadataStorage
args.offerToCreateCreateOfferArgs
args.sellerToCreateCreateSellerArgs
args.theGraphStorage?MetadataStorage
args.web3LibWeb3LibAdapter

Returns

Promise<TransactionResponse>

Defined in

src/orchestration/handler.ts:70