Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 531 Bytes

requestMint.md

File metadata and controls

21 lines (11 loc) · 531 Bytes

@gala-chain/chaincodeAPI


API > requestMint

Function: requestMint()

requestMint(ctx, dto, authorizedOnBehalf): Promise<FulfillMintDto>

Parameters

ctx: GalaChainContext

dto: HighThroughputMintTokenDto

authorizedOnBehalf: undefined | AuthorizedOnBehalf

Source

chaincode/src/mint/requestMint.ts:35