UNPKG

310 BPlain TextView Raw
1import { AccountInput, AccountInputAdd, AccountInputKey, AccountInputsKey } from './AccountInput';
2
3export type AccountUnclaimedAdd = AccountInputAdd;
4export type AccountUnclaimedKey = AccountInputKey;
5export type AccountUnclaimedsKey = AccountInputsKey;
6
7export class AccountUnclaimed extends AccountInput {}