Skip to main content

include/molt@ops_Transfer.hrl

-record(transfer, {
    from :: binary(),
    to :: binary(),
    on_conflict :: molt@ops:conflict_strategy()
}).