library
Toggle table of contents
4.12.0-dev
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
library
library
/
org.xmtp.android.library.codecs
/
TransactionReferenceCodec
Transaction
Reference
Codec
data
class
TransactionReferenceCodec
(
var
contentType
:
ContentTypeId
=
ContentTypeTransactionReference
)
:
ContentCodec
<
TransactionReference
>
Members
Constructors
Transaction
Reference
Codec
Link copied to clipboard
constructor
(
contentType
:
ContentTypeId
=
ContentTypeTransactionReference
)
Properties
content
Type
Link copied to clipboard
open
override
var
contentType
:
ContentTypeId
Functions
decode
Link copied to clipboard
open
override
fun
decode
(
content
:
EncodedContent
)
:
TransactionReference
encode
Link copied to clipboard
open
override
fun
encode
(
content
:
TransactionReference
)
:
EncodedContent
fallback
Link copied to clipboard
open
override
fun
fallback
(
content
:
TransactionReference
)
:
String
should
Push
Link copied to clipboard
open
override
fun
shouldPush
(
content
:
TransactionReference
)
:
Boolean