- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
Property
        MarcoDotIO edited this page Jun 30, 2023 
        ·
        2 revisions
      
    public struct Property: Hashable Hashable
public init(name: String, propertyType: String, value: AnyHashable) public let name: Stringpublic let propertyType: Stringpublic let value: AnyHashablepublic static let BOOL: Int = 0public static let U8: Int = 1public static let U16: Int = 2public static let U32: Int = 3public static let U64: Int = 4public static let U128: Int = 5public static let U256: Int = 6public static let ADDRESS: Int = 7public static let BYTE_VECTOR: Int = 8public static let STRING: Int = 9public func serializeValue() throws -> Data public func toTransactionArguments() throws -> [AnyTransactionArgument] public static func parse(_ name: String, _ propertyType: Int, _ value: Data) throws -> Property public static func bool(_ name: String, _ value: Bool) -> Property public static func u8(_ name: String, _ value: UInt8) -> Property public static func u16(_ name: String, _ value: UInt16) -> Property public static func u32(_ name: String, _ value: UInt32) -> Property public static func u64(_ name: String, _ value: UInt64) -> Property public static func u128(_ name: String, _ value: UInt128) -> Property public static func u256(_ name: String, _ value: UInt256) -> Property public static func string(_ name: String, _ value: String) -> Property public static func bytes(_ name: String, _ value: Data) -> Property public static func == (lhs: Property, rhs: Property) -> Bool Generated at 2023-07-20T02:24:43+0000 using swift-doc 1.0.0-rc.1.
Types
- Account
 - AccountAddress
 - AccountAddressTag
 - AccountResponse
 - AnyTransactionArgument
 - AptosError
 - AptosRestClientError
 - BoolTag
 - ClientConfig
 - Collection
 - Ed25519Authenticator
 - Ed25519BIP32
 - EntryFunction
 - HTTPMethod
 - InfoResponse
 - InvalidPropertyType
 - Mnemonic
 - Mnemonic.Error
 - ModuleBundle
 - ModuleId
 - MultiAgentAuthenticator
 - MultiAgentRawTransaction
 - MultiEd25519Authenticator
 - MultiPublicKey
 - MultiSignature
 - Object
 - PrivateKey
 - Property
 - PropertyMap
 - PublicKey
 - RawTransaction
 - RotatingProofChallenge
 - Royalty
 - Script
 - ScriptArgument
 - SeedMode
 - Serializer
 - Signature
 - SignedTransaction
 - StructTag
 - StructTagValue
 - Token
 - TransactionArgument
 - U128Tag
 - U16Tag
 - U256Tag
 - U32Tag
 - U64Tag
 - U8Tag
 - UInt128
 - UInt128Errors
 - Wallet
 - Wordlists
 
Protocols
Global Variables
Global Functions
- _struct(_:)
 - account(_:ledgerVersion:)
 - accountBalance(_:_:)
 - accountResource(_:_:_:)
 - accountResources(_:_:)
 - accountSequenceNumber(_:_:)
 - addTokenProperty(_:_:_:)
 - aggregatorValue(_:_:_:)
 - asyncData(with:method:headers:body:)
 - bcsTransfer(_:_:_:)
 - bool()
 - burnToken(_:_:)
 - claimToken(_:_:_:_:_:_:)
 - createBcsSignedTransaction(_:_:)
 - createBcsSignedTransaction(_:_:_:)
 - createBcsTransaction(_:_:)
 - createBcsTransaction(_:_:_:)
 - createCollection(_:_:_:_:)
 - createCollection(_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:)
 - createCollectionPayload(_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:)
 - createMultiAgentBcsTransaction(_:_:_:)
 - createToken(_:_:_:_:_:_:_:)
 - decodeData(_:with:keyDecodingStrategy:dataDecodingStrategy:dateDecodingStrategy:)
 - decodeUrl(_:with:)
 - decodeUrl(with:_:)
 - decodeUrl(with:_:_:)
 - deserialize(from:)
 - directTransferToken(_:_:_:_:_:_:_:)
 - fixedBytes(length:)
 - freezeToken(_:_:)
 - fundAccount(_:_:)
 - getCollection(_:_:)
 - getTableItem(_:_:_:_:_:_:)
 - getToken(_:_:_:_:_:)
 - getTokenBalance(_:_:_:_:_:)
 - getTokenData(_:_:_:_:)
 - info()
 - map(keyDecoder:valueDecoder:)
 - mintSoulBoundToken(_:_:_:_:_:_:_:)
 - mintToken(_:_:_:_:_:_:)
 - mintTokenPayload(_:_:_:_:_:)
 - offerToken(_:_:_:_:_:_:_:)
 - publishPackage(_:_:_:)
 - readObject(address:)
 - remaining()
 - removeTokenProperty(_:_:_:)
 - sequence(valueDecoder:)
 - serialize(_:)
 - simulateTransaction(_:_:)
 - string(_:)
 - submitBcsTransaction(_:)
 - submitTransaction(_:_:)
 - toBytes(_:)
 - transactionPending(_:)
 - transfer(_:_:_:)
 - u128(_:)
 - u16(_:)
 - u256(_:)
 - u32(_:)
 - u64(_:)
 - u8(_:)
 - uleb128()
 - unfreezeToken(_:_:)
 - updateTokenProperty(_:_:_:)
 - verify(_:)
 - waitForTransaction(_:)