Versions in this module Expand all Collapse all v0 v0.1.0 Aug 30, 2022 Changes in this version + func MintTokensWorkflow(ctx context.Context, mintsAPI api.MintsApi, l1signer signers.L1Signer, ...) (*api.MintTokensResponse, error) + type MintFee struct + Percentage float32 + Recipient string + type MintableTokenData struct + Blueprint *string + ID string + Royalties []MintFee + type UnsignedMintRequest struct + AuthSignature string + ContractAddress string + Royalties []MintFee + Users []User + type User struct + Tokens []MintableTokenData + User string