Operation: {
    assetsSent?: OperationCoin[];
    calls?: OperationFunctionCall[];
    from?: OperationTransactionAddress;
    name?: OperationName;
    to?: OperationTransactionAddress;
}