Versions in this module Expand all Collapse all v0 v0.1.0 Aug 30, 2022 Changes in this version + func CreateBatchTransfer(ctx context.Context, apiClient *api.APIClient, l1signer signers.L1Signer, ...) (*api.CreateTransferResponse, error) + func CreateTransfer(ctx context.Context, apiClient *api.APIClient, l1signer signers.L1Signer, ...) (*api.CreateTransferResponseV1, error) + func GetSignedTransferRequests(signableTransfers []api.SignableTransferResponseDetails, ...) ([]api.TransferRequest, error)