Updated on 2026-08-14

This commit is contained in:
Tangem 2019-04-08 15:05:55 +03:00
parent 092eb2dd68
commit 250ceba99f
78 changed files with 229 additions and 247 deletions

View file

@ -0,0 +1,12 @@
package com.tangem.wallet;
import java.io.Serializable;
/**
* Created by Ilia on 07.01.2018.
*/
public interface RLPElement extends Serializable {
byte[] getRLPData();
}