Functions
The following functions are available globally.
- 
                  
                  Build a transaction with Cadence code DeclarationSwift public func cadence(text: () -> String) -> Flow.TransactionBuildParameterstextClosure returning the Cadence script Return ValueTransaction build component with the script 
- 
                  
                  Build flow transaction with cadence code with Flow.Scriptinput.ParameterstextCadence code in Flow.Scripttype.Return ValueThe type of Flow.TransactionBuild.script
- 
                  
                  Build flow transaction with arguments with a list of Flow.Cadence.FValueinput.ParameterstextThe list of Flow.Cadence.FValuetype.Return ValueThe type of Flow.TransactionBuild.argument
- 
                  
                  Build flow transaction with arguments with a list of Flow.Argumentinput.ParameterstextThe list of Flow.Argumenttype.Return ValueThe type of Flow.TransactionBuild.argument
- 
                  
                  Build flow transaction with arguments with a list of Flow.Argumentinput.ParameterstextThe list of Flow.Argumenttype.Return ValueThe type of Flow.TransactionBuild.argument
- 
                  
                  Build flow transaction with payer DeclarationSwift public func payer(text: () -> String) -> Flow.TransactionBuildParameterstextpayer address in StringtypeReturn ValueThe type of Flow.TransactionBuild.payer
- 
                  
                  Build flow transaction with payer Parameterstextpayer address in Flow.AddresstypeReturn ValueThe type of Flow.TransactionBuild.payer
- 
                  
                  Build flow transaction with authorizers ParameterstextA list of authorizer’s account Return ValueThe type of Flow.TransactionBuild.authorizers
- 
                  
                  Build flow transaction with authorizers ParameterstextA list of authorizer’s account Return ValueThe type of Flow.TransactionBuild.authorizers
- 
                  
                  Build flow transaction with proposer - returns: The type ofFlow.TransactionBuild.proposerThe default proposal key will use key index 0, and the sequence number will fetch from network DeclarationSwift public func proposer(text: () -> String) -> Flow.TransactionBuildParameterstextproposer key in Stringtype
- 
                  
                  Build flow transaction with proposer - returns: The type ofFlow.TransactionBuild.proposerThe default proposal key will use key index 0, and the sequence number will fetch from network Parameterstextproposer key in Flow.Addresstype
- 
                  
                  Build flow transaction with proposer DeclarationParameterstextproposer key in Flow.TransactionProposalKeytypeReturn ValueThe type of Flow.TransactionBuild.proposer
- 
                  
                  Build flow transaction with gas limit DeclarationSwift public func gasLimit(text: () -> BigUInt) -> Flow.TransactionBuildParameterstextgas limit in BigUInttypeReturn ValueThe type of Flow.TransactionBuild.gasLimit
- 
                  
                  Build flow transaction with gas limit DeclarationSwift public func gasLimit(text: () -> Int) -> Flow.TransactionBuildParameterstextgas limit in InttypeReturn ValueThe type of Flow.TransactionBuild.gasLimit
- 
                  
                  Build flow transaction with reference block id DeclarationSwift public func refBlock(text: () -> String?) -> Flow.TransactionBuildParameterstextblock id in StringtypeReturn ValueThe type of Flow.TransactionBuild.refBlock
- 
                  
                  Build flow transaction with reference block id Parameterstextreference block id in Flow.IDtypeReturn ValueThe type of Flow.TransactionBuild.refBlock
 View on GitHub
View on GitHub Functions  Reference
        Functions  Reference