CreateTransaction: BaseMessage & {
    type: TRANSACTION_REQUEST;
    chainId: number;
    policy?: string;
    interactions: Interaction[];
}